I have been using pandas for some time, dealing mostly with daily stock market data. I'm wondering whether there is an equally comfortable way to get weekly OHLC prices and volumes for US stocks as it is for daily data.
Thank you very much.
You must be logged in to post. Please login or register an account.
You can resample the data: https://pythonprogramming.net/resample-data-analysis-python-pandas-tutorial/
-Harrison 8 years ago
You must be logged in to post. Please login or register an account.